GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-14T11:32:14.2854308+00:00",
"SubmitDate": "2025-12-14T11:32:14.2854308+00:00",
"ReportPeriodStart": "2025-12-14T11:32:14.2854308+00:00",
"ReportPeriodEnd": "2025-12-14T11:32:14.2854308+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a93f7051-e7b0-49f5-9313-2606db060e52",
"Rows": [
{
"ItemId": "3757076d-3096-4b17-b258-70c0273f1ca7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3757076d-3096-4b17-b258-70c0273f1ca7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a93f7051-e7b0-49f5-9313-2606db060e52",
"Rows": [
{
"ItemId": "3757076d-3096-4b17-b258-70c0273f1ca7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3757076d-3096-4b17-b258-70c0273f1ca7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3a233bc3-901c-470d-aec1-d3be0ffb6597",
"c12aaac7-73a8-4c7f-bd95-4eca303001fb"
],
"Approvers": [
"9b8ad209-2b58-41c8-b0c7-3f85753204c5",
"daed0b2d-c8fa-49c8-acaa-97870e2e5df1"
],
"ApprovedBy": "565befed-f2f7-4733-8165-aa7b3cd29950",
"ApprovalDate": "2025-12-14T11:32:14.2854308+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7a48c5c8-82ce-4196-8cfe-4ee49056b269",
"id": "83b45823-965e-4b52-b45a-326aea7e688d",
"ConfigId": "4a58eef4-d0a1-4ebb-aa2f-1a0ff973231a"
},
{
"GenerationDate": "2025-12-14T11:32:14.2854308+00:00",
"SubmitDate": "2025-12-14T11:32:14.2854308+00:00",
"ReportPeriodStart": "2025-12-14T11:32:14.2854308+00:00",
"ReportPeriodEnd": "2025-12-14T11:32:14.2854308+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a93f7051-e7b0-49f5-9313-2606db060e52",
"Rows": [
{
"ItemId": "3757076d-3096-4b17-b258-70c0273f1ca7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3757076d-3096-4b17-b258-70c0273f1ca7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a93f7051-e7b0-49f5-9313-2606db060e52",
"Rows": [
{
"ItemId": "3757076d-3096-4b17-b258-70c0273f1ca7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3757076d-3096-4b17-b258-70c0273f1ca7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3a233bc3-901c-470d-aec1-d3be0ffb6597",
"c12aaac7-73a8-4c7f-bd95-4eca303001fb"
],
"Approvers": [
"9b8ad209-2b58-41c8-b0c7-3f85753204c5",
"daed0b2d-c8fa-49c8-acaa-97870e2e5df1"
],
"ApprovedBy": "565befed-f2f7-4733-8165-aa7b3cd29950",
"ApprovalDate": "2025-12-14T11:32:14.2854308+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7a48c5c8-82ce-4196-8cfe-4ee49056b269",
"id": "83b45823-965e-4b52-b45a-326aea7e688d",
"ConfigId": "4a58eef4-d0a1-4ebb-aa2f-1a0ff973231a"
}
]